Package com.cisco.pt.ipc.sim
Interface DHCPServerMainProcess
- All Known Implementing Classes:
DHCPServerMainProcessImpl
Information provided by the PKI file:
\class DhcpServerMainProcess
\brief DhcpServerMainProcess is the process manager that handles many DHCP server processes.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetDhcpServerProcessByPortName(String portName) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getDhcpServerProcessByPortName
Information provided by the PKI file:
\brief Returns the DhcpServerProcess object of the specified port. \param portName, the name of the port of interest. \return DhcpServerProcess, the DHCP server process object of the specified port.- Parameters:
portName- Takes in a parameter of portName- Returns:
- DHCPServerProcess Returns a DHCPServerProcess
-